sharedGroupIds
Type
property
Summary
Reports the ids of all the shared groups of the card or stack
Syntax
get the sharedGroupIds of {<card> | <stack>}
Description
Use the sharedGroupIds property to get a list of all the ids of the shared groups on the card or stack.
Examples
get the sharedGroupIds of stack myStack
put the sharedGroupIds of this stack into tGroupIds
get the sharedGroupIds of this card
put it into tGroupIds
repeat for each line tGroupId in the sharedGroupIds of this card
remove group id tGroupId from this card
end repeat
Related
property: backgroundBehavior, sharedBehavior, sharedGroupNames
command: delete, place, remove
Compatibility and Support
Introduced
LiveCode 4.6.4
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile